Start off with the cursor for "no drop" since if we'll get a status if we
authorOwen Taylor <otaylor@redhat.com>
Thu, 21 Jan 1999 01:03:27 +0000 (01:03 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Thu, 21 Jan 1999 01:03:27 +0000 (01:03 +0000)
Wed Jan 20 19:57:14 1999  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkdnd.c (gtk_drag_begin): Start off with the
cursor for "no drop" since if we'll get a status
if we are over a drag window, but none if we aren't
over one.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkdnd.c

index 48d68cf5e46be5960504c3481e6241177795027b..da55cb54dc02a38629348ef41deb9535d12caaef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Wed Jan 20 19:57:14 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkdnd.c (gtk_drag_begin): Start off with the
+       cursor for "no drop" since if we'll get a status
+       if we are over a drag window, but none if we aren't
+       over one. 
+
 1999-01-20  Jeff Garzik  <jgarzik@pobox.com>
 
        * gtk/gtkcombo.c (gtk_combo_entry_key_press):
index 48d68cf5e46be5960504c3481e6241177795027b..da55cb54dc02a38629348ef41deb9535d12caaef 100644 (file)
@@ -1,3 +1,10 @@
+Wed Jan 20 19:57:14 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkdnd.c (gtk_drag_begin): Start off with the
+       cursor for "no drop" since if we'll get a status
+       if we are over a drag window, but none if we aren't
+       over one. 
+
 1999-01-20  Jeff Garzik  <jgarzik@pobox.com>
 
        * gtk/gtkcombo.c (gtk_combo_entry_key_press):
index 48d68cf5e46be5960504c3481e6241177795027b..da55cb54dc02a38629348ef41deb9535d12caaef 100644 (file)
@@ -1,3 +1,10 @@
+Wed Jan 20 19:57:14 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkdnd.c (gtk_drag_begin): Start off with the
+       cursor for "no drop" since if we'll get a status
+       if we are over a drag window, but none if we aren't
+       over one. 
+
 1999-01-20  Jeff Garzik  <jgarzik@pobox.com>
 
        * gtk/gtkcombo.c (gtk_combo_entry_key_press):
index 48d68cf5e46be5960504c3481e6241177795027b..da55cb54dc02a38629348ef41deb9535d12caaef 100644 (file)
@@ -1,3 +1,10 @@
+Wed Jan 20 19:57:14 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkdnd.c (gtk_drag_begin): Start off with the
+       cursor for "no drop" since if we'll get a status
+       if we are over a drag window, but none if we aren't
+       over one. 
+
 1999-01-20  Jeff Garzik  <jgarzik@pobox.com>
 
        * gtk/gtkcombo.c (gtk_combo_entry_key_press):
index 48d68cf5e46be5960504c3481e6241177795027b..da55cb54dc02a38629348ef41deb9535d12caaef 100644 (file)
@@ -1,3 +1,10 @@
+Wed Jan 20 19:57:14 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkdnd.c (gtk_drag_begin): Start off with the
+       cursor for "no drop" since if we'll get a status
+       if we are over a drag window, but none if we aren't
+       over one. 
+
 1999-01-20  Jeff Garzik  <jgarzik@pobox.com>
 
        * gtk/gtkcombo.c (gtk_combo_entry_key_press):
index 48d68cf5e46be5960504c3481e6241177795027b..da55cb54dc02a38629348ef41deb9535d12caaef 100644 (file)
@@ -1,3 +1,10 @@
+Wed Jan 20 19:57:14 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkdnd.c (gtk_drag_begin): Start off with the
+       cursor for "no drop" since if we'll get a status
+       if we are over a drag window, but none if we aren't
+       over one. 
+
 1999-01-20  Jeff Garzik  <jgarzik@pobox.com>
 
        * gtk/gtkcombo.c (gtk_combo_entry_key_press):
index 48d68cf5e46be5960504c3481e6241177795027b..da55cb54dc02a38629348ef41deb9535d12caaef 100644 (file)
@@ -1,3 +1,10 @@
+Wed Jan 20 19:57:14 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkdnd.c (gtk_drag_begin): Start off with the
+       cursor for "no drop" since if we'll get a status
+       if we are over a drag window, but none if we aren't
+       over one. 
+
 1999-01-20  Jeff Garzik  <jgarzik@pobox.com>
 
        * gtk/gtkcombo.c (gtk_combo_entry_key_press):
index 35d95411a537c89fa970093ff362445d35ab7b91..7ece58b27bc7e2935208ff40172bf98b9aba967b 100644 (file)
@@ -1516,7 +1516,7 @@ gtk_drag_begin (GtkWidget         *widget,
   
   if (event)
     info->cursor = gtk_drag_get_cursor (
-           gtk_drag_get_event_action (event, info->button, actions));
+           gtk_drag_get_event_action (event, info->button, 0));
 
   gtk_signal_emit_by_name (GTK_OBJECT (widget), "drag_begin",
                           info->context);